home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Database Designers / Rational Rose 2000 / Rational Setup.EXE / common / ASCQISetup.bat < prev    next >
DOS Batch File  |  2000-03-21  |  2KB  |  40 lines

  1. REM Before you launch this batch file, please update the following information:
  2.  
  3. REM **** INFORMATION TO UPDATE ****
  4.  
  5. REM Update the name of the ClearQuest database
  6. set CQDatabaseName=TU1
  7.  
  8. REM Update the hard drive letter where your local Rational products are installed
  9. set H=C:
  10.  
  11. REM Update the SuperUser login name for ClearQuest database, RequisitePro and Rational Repository
  12. set U=admin
  13.  
  14. REM Update the path to your local Rational installation directory
  15. set P=\Program Files\Rational\
  16.  
  17. REM Update the name of your RequisitePro project
  18. set RP=Default
  19.  
  20. REM Update the full name to your RequisitePro .rqs file.
  21. REM It should be a UNC path if you want to access your project from different machines
  22. set RQS=\\Server\Project\Default\requisite\requisite.rqs
  23.  
  24. REM Update the path to the cqi.hlp file
  25. REM It should be a UNC path if it is on a different machine.
  26. set Help=\\Server\Program Files\Rational\RequisitePro\help\cqi.hlp
  27.  
  28. REM **** BEGINNING OF THE SCRIPT ****
  29.  
  30. %H%
  31. cd %P%\common
  32.  
  33. REM Creation of the association between the 'Defect' ClearQuest record type and the RequisitePro attribute 'Defect' of the Feature requirement type
  34. ASCQISetup.exe -c %U% %CQDatabaseName% Defect Requirements_List Defects_list RepoProject Modify "Associate Defects" "%Help%" 2 "%RP%" "%RQS%" FEAT Defect 3
  35.  
  36. REM Creation of the association between the 'EnhancementRequest' ClearQuest record type and the attribute 'EnhancementRequest' of the Feature requirement type
  37. ASCQISetup.exe -c %U% %CQDatabaseName% EnhancementRequest Requirements_List EnhancementRequests_list RepoProject Modify "Associate Enhancement Requests" "%Help%" 2 "%RP%" "%RQS%" FEAT EnhancementRequest 3
  38.  
  39. pause
  40.